PDF4Java Reference Documentation
com.o2sol.pdf4java.graphics.images Package / PDFJpegImage Class / PDFJpegImage Constructor / PDFJpegImage Constructor(String)
Path to JPEG image.
In This Topic
    PDFJpegImage Constructor(String)
    In This Topic
    Initializes a new PDFJpegImage object.
    Syntax
    public PDFJpegImage( 
       java.lang.String fileName
    )

    Parameters

    fileName
    Path to JPEG image.
    See Also